-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adapt to new scheduling API and latest changes in Unikraft #11
Conversation
4f68e7f
to
3e5d92f
Compare
Signed-off-by: Eduard Vintilă <eduard.vintila47@gmail.com>
3e5d92f
to
3daf7e2
Compare
When trying to compile
I am using this PR and unikraft/lib-newlib#28. As this issue appears related to |
Hey, @John-Ted, thanks for testing. Hmm, I've tried compiling with your config file and it works on my side. Can you check the order of the libraries in the LIBS := $(UK_LIBS)/lib-pthread-embedded:$(UK_LIBS)/lib-newlib:$(UK_LIBS)/lib-sqlite |
Thank you, that was the issue.
Are these warnings relevant? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Warning comment addressed here: unikraft/lib-newlib#28 (comment). All good.
Reviewed-by: Ioan-Teodor Teugea ioan_teodor.teugea@stud.acs.upb.ro
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's merge this @eduardvintila. Please keep in mind the two issues with app-python3
and app-helloworld-cpp
and try to fix them later on. These apps aren't critical, but it would be nice to have them working, nevertheless.
Reviewed-by: Maria Sfiraiala maria.sfiraiala@gmail.com
Tested this with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed-by: Teodor Tiron teotiron@gmail.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved-by: Razvan Deaconescu razvand@unikraft.io
This PR adapts
pthread-embedded
to the latest changes introduced in Unikraft, especially the ones from this PR: unikraft/unikraft#564Signed-off-by: Eduard Vintilă eduard.vintila47@gmail.com